home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / zcommexe.arc / PHOMAST.T < prev    next >
Text File  |  1991-08-07  |  80KB  |  1,468 lines

  1.  
  2.   PHOMAST.T  [Version 6.4]                                   Michael R. Ash
  3.   Revised  to YAM/ZCOMM Version 17.70+                       15 March 91
  4.   Revised 21 Apr 91 CAF
  5.  
  6.  
  7.   This is the latest in a series of updates to PHOMAST.T scripts designed
  8.   to get you up and running utilizing the power of Professional-YAM or ZCOMM.
  9.   For performance and clarity I have moved my opening remarks and instructions
  10.   about setting up this script to a separate file called: -> PHOMAST.DOC <-
  11.   New features of this update include fully automated menu configuration,
  12.   autospeed detection, and lots of slick coding examples...
  13.  
  14.   When run for the first time this script will generate a new file called
  15.   'PROFILE.DAT' containing specific configuration information that in the
  16.   past you used to have to know and write into the script with an editor
  17.   in advance before using YAM or ZCOMM.  This file, 'PROFILE.DAT', if present
  18.   is loaded every time YAM/ZCOMM is run and defines your generalized defaults.
  19.   I have included comments everywhere to help you understand the fascinating
  20.   and comprehensive script language included in YAM and ZCOMM.  Any information
  21.   that follows a colon (:) mark is not read by YAM or ZCOMM since it is taken
  22.   as a comment.  When you are instructed to uncomment a line it means to load
  23.   the script into an editor and delete the colon at the start of the line so
  24.   the program can use it.
  25.  
  26.   When ZCOMM is loaded it looks in the \ZCOMM subdirectory for a file called
  27.   PHOMAST.T  -=-  When YAM is loaded it looks in the root for a file called
  28.   PHONES.T (you could rename PHOMAST.T to PHONES.T and put it in the root
  29.   but there are a couple of better ways to handle this). The simplest and
  30.   most flexible method is to use the DOS 'set phones' command (shown below)
  31.   to tell YAM/ZCOMM where to find its phones file.  Another method is to
  32.   have PUTSNP.EXE (the serial number installing routine) change the default
  33.   location of the phones files.
  34.  
  35.                          set PHONES=c:\zcomm\phomast.t
  36.  
  37.   The line above can be added to your AUTOEXEC.BAT file to tell YAM where
  38.   to look for its phones file.  ZCOMM users won't need to use this line
  39.   unless they want to have PHOMAST.T in another directory since it is already
  40.   the default location for ZCOMM.  The phones file (PHOMAST.T) gives YAM/ZCOMM
  41.   directions on how you want the package to operate.
  42.  
  43.   For those of you that haven't heard of YAM, it's the short name for
  44.   Professional-YAM, a commercial package that includes all of ZCOMM (its
  45.   shareware subset) plus advanced capabilities for professional tele-
  46.   communications requirements.
  47.  
  48.   Dialing entries can be placed anywhere in the script but since the script
  49.   is read from the top down, entries placed near the top will be found first.
  50.   A simple dialing entry is usually one line as below, with the label
  51.   starting in column 1.  Using the command 'call pcmag' will cause the
  52.   following.  The old line will be 'hung-up', speed will be set to 2400 baud,
  53.   number dialed, then Error correction turned on and terminal mode entered
  54.   in 8 bit graphics format.  Just copy this line, make a new label, add a
  55.   new number and you're all set with a new phone directory entry...
  56.  
  57. pcmag   sp 2400   1-212-503-5255 ena -E;t -8g    :PC Magazine BBS
  58.  
  59.                         ------------------------------
  60.  
  61.   I have tried to make this script as perfect as possible but like most
  62.   things in life there are no guarantees that I found everything.  I wish
  63.   you the best of luck with YAM or ZCOMM.  Please let me know if you run
  64.   into problems...
  65.  
  66.   I have spent hundreds of hours over many years on this script to make
  67.   ZCOMM or YAM useful to new users right out of the starting blocks.  If
  68.   this has helped you get a better grasp of the package I would like
  69.   to hear from you.  If this really made a difference, and you think my
  70.   time is was well spent, throw a couple bucks my way and I will go out
  71.   for a taco...
  72.  
  73.   Whatever you decide, I would appreciate a postcard, just to get an
  74.   idea who this script finally reached...
  75.  
  76.                                             Michael Ash
  77.                                             3766 Tupelo Ln #2904
  78.                                             San Antonio, TX 78229
  79.  
  80.  
  81.                       ---------- Have Fun ----------
  82.  
  83.  
  84. ::----------------------------------------------------------------------------::
  85.  
  86.          -- Special AutoSense Dialing Script with speed fallback --
  87.  
  88.   Below is specialized code you don't need to concern yourself with.  If you
  89.   want to change the default menu colors or the initial generic modem string,
  90.   search for the character <*> to direct you to those parts of the code. Again
  91.   this is optional since 95% of the users out there will be able to use the
  92.   script as is.
  93.  
  94.   The dial routine below replaces internal YAM/ZCOMM carrier detect code...
  95.   This dialing routine is called by the first line in 'setup' section of code
  96.   by the command:  set mcommand "gosub dial"
  97.  
  98.   Calls you make with your modem at 2400 baud that connect to 2400, 1200,
  99.   or 300 baud modems on the other end will automatically change your modem
  100.   speed to match.  It is IMPORTANT to give Xn value in modem setup string the
  101.   highest number available to insure your modem answer using full words, not
  102.   just codes...
  103.  
  104.   To manual dial a voice call use construct: 'xxx-xxxxxv' where 'xxx-xxxx'
  105.   is the phone number you want to call from the command line followed by the
  106.   letter 'v'.  If you need more complex dial routines for mnp and high speed
  107.   modems see 'mm224' label under PHONES.T provided with Professional-YAM or
  108.   download SCRIPTS.ZOO from the scripts subdirectory on Telegodzilla, the
  109.   YAM/ZCOMM support BBS.
  110.  
  111. dial    pat     :Clear old patterns
  112.  
  113.         if "%telno<2" echo "\n\nPhone number must be at least 2 numbers\n\n"; return
  114.         bye                   : %telno is string containing phone number
  115.     sleep 10
  116.  
  117.         if "%mprefix<2" goto mandial   :If no modem prefix defined (e.g. ATDT)
  118.                                        :This allows for manual phone dialing.
  119.         pat 0c "v"                     :Search for "v" voice call
  120.                                        :Below list possible messages from modem
  121.         pat 1 "CONNECT\r\n"  ; pat 2 "NO CARRIER" ; pat 3 "BUSY" ; pat 4 "RING"
  122.     pat 5l "CONNECT 1200" ; pat 6l "CONNECT 2400" ; pat 7l "9600" ; pat 9 OK
  123.  
  124.         ena -d      :disABLE carrier lost message (ver 17.04+ not needed)
  125.         put %mprefix; putw %telno\r    :Send dial prefix (e.g. ATDT) and phone #
  126.  
  127.         if !0  goto nov :Skip instruction if not a voice call (eg not a ';')
  128.         echo "\n\n\n\n\n\t\t\t Voice Calling in Progress...\n\n"
  129.         echo "\t\t    >>> Once phone ringing Hit RETURN <<<\n\n"
  130.         if y bye ; return        :once key hit, hang up modem...
  131.  
  132. nov:
  133.         wait -f72
  134.         while "4&&!L>3" wait -f40       :while ringing less then 4 times wait
  135.         if "n||2||3||9" echo "No connection made..." pat; o; fail
  136.  
  137.         while "!c&&L<20"  sleep 1       :wait for slow carrier detect
  138.         if 5 sp 1200 goto gotit         :setup for 1200 baud connection
  139.         if 6 sp 2400 goto gotit         :setup for 2400 baud connection
  140.     if 7 sp 9600 goto gotit         :setup for 9600 baud connection
  141.         if 10 sp 300                    :ugh a 300 baudy line...
  142.  
  143. gotit:  set telno ""                    :erase telephone number from variable
  144.     dis -d
  145.         return
  146.  
  147.         :: If modem prefix string less than 2 characters, Manual dialing
  148.         :: is assumed.  This allows the special case where you may have
  149.         :: to have an operator make the call (or dial manually on phone)
  150.  
  151. mandial:
  152.         : putw "ATZ\r"        :put modem in standard configuration
  153.         echo "\n\n\n     Please dial %telno... \n"
  154.         lput "     Once dialed wait for FIRST RING then hit F1 and hang up the phone!  "
  155.         t             :Put into terminal mode to prepare modem...
  156.         put "ATD\r"   :Force modem to answer
  157.         echo "\nIf you want to have MODEM do the dialing hit Shift-F6 and change option...\n"
  158.         return
  159.  
  160. ::----------------------------------------------------------------------------::
  161. ::                                                                            ::
  162. ::              >>>  This SETUP script is where it all begins <<<             ::
  163. ::                                                                            ::
  164. ::      In both Professional-YAM and ZCOMM "setup" is the first subroutine    ::
  165. ::      executed.  In a departure from the standard PHONES script, this       ::
  166. ::      version of the phones file actually looks for another file called     ::
  167. ::      PROFILE.DAT where specific setup information is stored.  If this      ::
  168. ::      file doesn't exist, this script will actually write the code.  This   ::
  169. ::      allows for easy menu modification of things like PORT number and      ::
  170. ::      Dialing Prefix.  Once an entry is made using the menu, a new          ::
  171. ::      PROFILE.DAT file is written to disk and used in the future to load    ::
  172. ::      saved setup information.  The examples assume the modem responds      ::
  173. ::      to the HAYES command set and either COM1 or COM2 connected to a       ::
  174. ::      modem.  Others can modify the script for their application...         ::
  175. ::                                                                            ::
  176. ::      This allows for easy setup modification without the use of an editor  ::
  177. ::      to change configuration information -=- especially useful to laptop   ::
  178. ::      users out there who may need to quickly change dialing configuration  ::
  179. ::      while on the road.  Setup code has been moved to the bottom of the    ::
  180. ::      script since it is run only once at startup...                        ::
  181. ::                                                                            ::
  182. ::----------------------------------------------------------------------------::
  183.  
  184. setup:  lput "\r\n\n...working\r\n\n"  goto do_it    :skip to 'setup' code
  185.  
  186.  
  187. ::============================================================================::
  188.  
  189. ::     --- Some San Antonio Bulletin Boards using simple Phone Directory ---
  190. ::     Remember if you are out of the area you must add (512) area code...
  191.  
  192. apco24     speed 2400  496-5558 ena -E;t -8g  :membership board #
  193. apco12     speed 1200  496-5558 ena -E;t -8g
  194. public     speed 1200  434-1557 ena -E;t -8g  :APCO public BBS
  195. chess      nolog speed 1200 494-5478 ena -E;t -8g  :Chess BBS
  196.  
  197. ::  Note to users -- Some of the above San Antonio bulletin boards operate
  198. ::  at speeds higher than 1200 baud.  If you have a 2400 baud modem, just
  199. ::  edit the 'speed 1200' to read 'speed 2400' as appropriate in the above
  200. ::  directory.  Want to add other favorites?  Just add them in with an ASCII
  201. ::  text editor using the above as example entries.  It's easy!  AreaCode=512
  202.  
  203. ::  To call one of these just give the command 'call buerg' for example...
  204.  
  205. ::                     --- Some Classic BBS systems ---
  206.  
  207. buerg24    sp 2400   1-707-778-8944 ena -E;t -8g    :Vern Buerg's BBS
  208. buerg12    sp 1200   1-707-778-8944 ena -E;t -8g
  209.  
  210. qedit      speed 1200 %l,404-296-9681 ena -E; kill :QEdit Sammy Mitchell (area 5)
  211.            restime; create -S+ %tmp\qedt%d.log ; t -8g
  212.  
  213. virusinfo  sp 2400 %l,408-988-4004 ena -E;t -8g  :John McAfee Viruscan -voice 408-988-3832
  214.  
  215. ::               -=- End of simple phone directory entries -=-
  216. ::  ---------------------------------------------------------------------------
  217.  
  218. menu:  cls                  :On screen Menu Generation...
  219.  
  220.   echo "                  >>>  YAM/ZCOMM Function Key Menu <<<                          "
  221.   echo "  Alt-N  EMERGENCY EXIT, 'Nuke It' to get out of trouble/escape a command       "
  222.   echo "                                                                                "
  223.   echo "  F1  Exit Circular Buffer            F2  Enter Circular Buffer                 "
  224.   echo "  F3  OPEN Capture file               F4  Send ASCII Text                       "
  225.   echo "  F5  Send Kermit Upload              F6  Send Zmodem Upload    <<BEST>>        "
  226.   echo "  F7  Receive CrcXmodem Download      F8  Send CrcXmodem Upload                 "
  227.   echo "  F9  Press for THIS HELP SCREEN      F10 Online Manual                         "
  228.   echo "  Alt-1  Get DOS Command prompt       Alt-2  Get ZCOMM Command prompt           "
  229.   echo "                                                                                "
  230.   echo "  sF3  Holds you on-line...           sF4  Use Turbolearn Script Writer         "
  231.   echo "  sF6  Change YOUR defaults           sF7  Dialing Menu example                 "
  232.   echo "                                                                                "
  233.   echo "  aF1  AutoLog B&F Tech BBS (2400B)   aF2  AutoLog Olde Guard BBS (1200B)       "
  234.   echo "  aF3  CLOSE Capture file             aF4  CIS DEMO at 1200 baud                "
  235.   echo "  aF5  Call PC Magazine's BBS         aF6  Enter HOST MODE operation            "
  236.   echo "  aF7  Sign name on-line...           ALT-F9  Edit PHOMAST.T script             "
  237.   echo "                                                                                "
  238.   echo " TO CALL OTHER BBSs: enter 'call name' where name is a label -=- LD service \45l, "
  239.   echo "    >>To DIAL A NUMBER just enter number followed by ;t  (e.g. 523-8994;t)<<    "
  240.   echo "       -- CompuServe-B, KERMIT, and ZMODEM download automatic --                "
  241.   echo "  Stop Redialing ---- press <CR>      Hangup w/o pgm exit  - enter 'o'          "
  242.   echo "  PgUp into Buffer; <CR> to return    -> EXIT hit F1 then -- enter 'off'        "
  243.   return
  244.  
  245.                           --------------------------------
  246.  
  247. capture:                      :called by F3 to generate capture file...
  248.         acceptl1 s1 "\r\n\n\t Do you want to save what has already past as well (Y/n)? "
  249.         if is1,n  kill      : kill old buffer and start new...
  250.         accept s1 "\t Enter name of Capture File: " create -S+ %s1 lput "\r\n"
  251.         return
  252.  
  253. ::                              ---------------------
  254.  
  255.         Here is a slick way to stay on-line in systems that will log you
  256.         off if you don't hit the keyboard...  Below is an example of how
  257.         to use text positioning (Now Active) to make this happen.
  258.  
  259. hold:   lput "\E[s\E[f\E[33m"  :save cursor position, move to top line, change color
  260.         lput "══════════════════  \E[3m\E[5mHOLDING...\E[0m\E[33m Press SPACE-BAR to continue!  ═════════════════\E[0"
  261.         lput "\E[u"     :restore cursor to line where it was called
  262.  
  263.         :: The line below sends to remote what ever is stored in variable s8
  264.         :: (usually space,BS define at 'setup') until a key is hit (!k). It
  265.         :: allows you to modify what is sent to remote to hold.  For example
  266.         :: on a VT emulation you would use set s8 " \177" for space, backspace/
  267.         :: delete.
  268.  
  269.         while "!k" putw %s8  sleep 20   :While no keyhit keep adding chars
  270.  
  271.         lput "\E[f"     :put cursor on top line
  272.         lput "\E[33m════════════════════════════════  ON-LINE  ═══════════════════════════════════\E[0m"
  273.         lput "\E[u"     :restore cursor to line where it was called
  274.  
  275.         return          :return to calling code
  276.  
  277.  
  278. ::----------------------------------------------------------------------------::
  279. ::                     --- Color Generation examples ---
  280. ::     To see this just give the command 'gosub color' from the prompt...
  281.  
  282. color:
  283.      cls; echo "\n\t\t\t\E[32m\E[41m >>> ANSI Color Calls <<< \n"
  284.      echo "All that is required is you precede the text you want in color with \\E[xxm."
  285.      echo "For example: { echo \" This is \\E[32mGREEN\\Em\" } will make GREEN green.\n"
  286.      echo "Foreground:\n"
  287.      lput "\E[47m\E[30m\\E[30m\E[40m  \E[31m\\E[31m  \E[32m\\E[32m  \E[33m"
  288.      lput "\\E[33m  \E[34m\\E[34m  \E[35m\\E[35m  \E[36m\\E[36m  \E[37m\\E[37m"
  289.  
  290.      echo "\n\nBackground:\n"
  291.      lput "\E[40m\\E[40m \E[30m\E[41m \\E[41m \E[42m \\E[42m \E[43m \\E[43m "
  292.      lput "\E[44m \\E[44m \E[45m \\E[45m \E[46m \\E[46m \E[47m \\E[47m \n\n"
  293.  
  294.      echo "Modifiers (primary here is green):\E[32m\n"  :Switch foregrd back to green
  295.      lput "\E[0mReset,  Bold, Faint, Italics, Underline,    Blinking,"
  296.      lput "    Reverse, Invisible\n\r"
  297.  
  298.      lput "\E[0m\\E[0m   \E[1m\\E[1m \E[2m\\E[2m\E[0m   \E[3m\\E[3m\E[0m     \E[4m\\"
  299.      lput "E[4m\E[0m    \E[5m\\E[5m or \\E[6m \E[0m  \E[7m\\E[7m\E[0m     \\E[8m"
  300.  
  301.      echo "\E[36m\E[22f\t\t   Notice \\E[22f puts cursor on 22rd line...   \E[23f"
  302.  
  303.      lput "\t\t\t  Hit Any Key to continue..."
  304.      ife y  ;          :basically a no-op wait for keystroke (nul else nul)
  305.  
  306.      cls; echo "\E[21f\t\t\t>>> All Numeric Color Calls <<<"
  307.      set s0 0
  308.      p#255; p$5; cls; display noautowrap
  309.      while L<129 obey "pn%s0" lput "\E[m %s0  \r\n" setn s0 s0+1
  310.      pn130; p$80; p#24; lput "\E[10;H\E[m"
  311.      pn1055; lput "\n\t\t\t\E[mFor \E[5mBLINKING\E[m text just add 128\r\n\n"
  312.      lput "\t  Possible colors for: *, @, n, r, s and u Numeric Parameters\r\n"
  313.      lput "\t  where: *=highlite (color shown when text in circular buffer is\r\n"
  314.      lput "\t  marked), @=messages, n=normal text, r=reverse, s=status, u=underline."
  315.      lput "\r\n\n\t  Use these number in the following format 'px#', where x is the\r\n"
  316.      lput "\t  parameter choice (e.g. n,r,s etc.) and # is the color number\r\n"
  317.      lput "\t  above... For example pn2 give light green color to normal text.\n\n\n\n\r"
  318.      return
  319.  
  320. :==============================================================================:
  321. :                      --- Auto Logon Examples --                              :
  322.  
  323. bnf : Autolog onto the Back and Forth Technical Support BBS.  This is a
  324.     : board I talk to more than all others.  This programming below
  325.     : demonstrates an example of an autolog script for WildCat BBS.
  326.  
  327.     : Comment in the line below once you have a password, if you want to enter
  328.     : it and not have it done automatically...
  329.  
  330.     : cls; accept s1 "\E[21f\E[36m\t\t\tEnter your Password now: \E[8m"
  331.  
  332.     cls ;  echo "\n\n\t\t   Calling B&F Support (Line 1)...  TURBO Mode \n"
  333.     echo "\t\t       -- If no answer try 'call bf2' -- \n\n"
  334.     lput "\t\t Are you calling from the San Antonio Area (y/N)? "
  335.     ife y nolog lput "\r\n\n" speed 2400 670-0954 ena -8g goto go; else lput "\r\n\n"
  336.     speed 2400 %l,512-670-0954 ena -8g     :Default of long distance call...
  337.                                            :Note %l, for long distance prefix
  338.  
  339.     goto go   : The 'nolog' command above will prevent local call logging to
  340.               : the 'calllog' file.
  341.  
  342. bf2 cls; echo "\n\n\t\t   Calling B&F Support (Line 2)...  TURBO Mode \n\n"
  343.     lput "\t\t Are you calling from the San Antonio Area (y/N)? "
  344.     ife y nolog lput "\r\n\n" speed 2400 670-1809 ena -8g goto go; else lput "\r\n\n"
  345.     speed 2400 %l,512-670-1809 ena -8g   :Long Distance using %l, service
  346.  
  347. go: cd %tmp        : UNCOMMENT NEXT LINE once you have a password defined...
  348.     : lput "\n\n\n Please Standby...  "; display inhibit
  349.     : pat 5ci "N]on"  "n"     : Watch for N]onStop incase it's there...
  350.  
  351.  
  352. ::  Note you will have to log-on manually first to get a password on this
  353. ::  system.  Since you don't have a password assigned, the line below
  354. ::  skips the rest of the auto log-on and hooks you to this BBS.
  355. ::  When you have a name and password, add them in the 'putw' statement
  356. ::  BELOW and DELETE (or comment out) the NEXT line and uncomment
  357. ::  lines above ('lput "\n\n\n Please Standby..." and 'pat...')
  358.  
  359.          goto bv  :just put to codeset that watches for carrier...
  360. ::       ^^^^^^^^^:delete this after name/password loaded below!
  361.  
  362.  
  363.     pat 1i "Name? " ; wait; put "PUT YOUR LOGIN NAME HERE\r"
  364.     pat 1i "word: " ; wait; put "PUT YOUR PASSWORD IN HERE\r"
  365.     :  pat 1i "word: " ; wait; put "%s1\r"  :if you used passwd prompt above
  366.  
  367.     display noinhibit; lput "Account verified...  "; display inhibit
  368.     pat 1i "    " ; wait; put " "
  369.     pat 1i "[y/N]" ; wait; put "n"
  370.  
  371.     display noinhibit; lput "Login Complete... \n\n "
  372.  
  373.     ::                    >>> Alarm Section <<<
  374.  
  375.     display nobell=visual               :Turn bell back ON
  376.     lput "\r\n\n\t\t  Hit *BACKSPACE* key to \E[3m\E[5mSTOP\E[0m alarm..."
  377.     sleep 30                 :Give 3 seconds for response before alarm
  378.     while "!k&&L<20" lput "\7\7"        :For 20x and While nokey, make noise
  379.     if k goto bv                        :If keyhit then skip next call
  380. bv: : cls
  381.     :: display bell=visual                 :quiet bell
  382.     pat                                 :clear patterns
  383.     pat 1i "Thank you for calling"      :watch for goodbye from BBS
  384.     pf3                                 :set check wait for 3 second
  385.     while "!1&&c" wait                  :while carrier present wait here
  386.     echo "\n\n"
  387.     return
  388.  
  389. :            --- An example of a TComm BBS that has ZCOMM users ---
  390.  
  391.  
  392. oldguard  cls; echo "\n\t\t       Now calling Olde Guard at 1200 Baud \n\n"
  393.  
  394.           : Note I have default from menu to call at 1200 - just change
  395.           : entry for 'set fa2' to oldg24 if you want 2400 by default.
  396.  
  397.           ena -E -Z -8g                 :enaBLE Error ck, auto d/l, w graphics
  398.           nolog; speed 1200             :turn off log and set speed 1200 baud
  399.           goto number                   :Skip 2400 baud dial
  400.  
  401. oldg24    cls; echo "\n\t\t       Now calling Olde Guard at 2400 Baud \n\n"
  402.           ena -E -Z -8g                 :enaBLE Error ck, auto ZModem w graphics
  403.           nolog; speed 2400             :turn off log and set speed 2400 baud
  404.  
  405. number:
  406.           lput "\t\t Are you calling from the San Antonio Area (y/N)? "
  407.           ife y nolog lput "\r\n\n"  684-4470 ena -8g goto go; else lput "\r\n\n"
  408.           %l,512-684-4470               :Long distance  (outside San Antonio)
  409.                                         :Note the %l, selects Long Distance service
  410. go:       cls
  411.           : echo "\E[34m\n\n\t\t >>> Welcome to Olde Guard BBS -- Please standby <<<"
  412.           : display inhibit             :turns off display for opening setup...
  413.                                         :(use this to not show opening screens)
  414.           ena -E -Z -8g                 :enaBLE Error ck, auto ZModem w graphics
  415.           pat; pat 1i "ENTER"           :Clear patterns and look for ENTER
  416.           wait                          :Wait for pattern
  417.           : put "\rn\ry\r\r"              :REQUEST graphics and color
  418.           put "\r\r\r"                  :SKIP graphics and color
  419.           restime                       :Reset status clock  (Yam Only)
  420.           pat 1i "right (y/N/why)?"
  421.           wait                          :wait for tcomm...
  422.           : display noinhibit           :turn display back on if off
  423.           : pat 1i "~~"; wait           :Watch and for opening screen
  424.           : put "\013"                  :Once found Ctrl-K out of it...
  425.           pat 1i "ast name: "           :Look for log in prompt
  426.           wait                          :Wait until prompt occurs
  427.  
  428. ::        Note you will have to log-on manually first to get a password on Olde
  429. ::        Guard...  Since you don't have a password assigned, the line below
  430. ::        skips the rest of the auto log-on and hooks you to the BBS.
  431. ::        When you have a name and password, add them in the 'putw' statement
  432. ::        BELOW and DELETE (or comment out) the NEXT line...
  433.  
  434.           goto bv  :just put to codeset that watches for carrier...
  435. ::        ^^^^^^^^^:delete this after name/password loaded below!
  436.  
  437.           putw "FIRST LAST NAME\rPASSWORD\r"     :Enter name / password
  438.  
  439. ::        --- Note comment out next four lines if you want bulletins ---
  440.           pat 2i "=="              :Look for bulletin menu if turned on
  441.           wait                     :wait until found...
  442.           put \013                 :Ctrl K to skip this menu
  443.           put "q\rm\r"             :Drop to mail menu level to prevent timeout
  444.  
  445. ::                            >>> Alarm Section <<<
  446.  
  447.           display nobell=visual           :Turn bell back ON
  448.  
  449.           lput "\r\n\n\t\t\E[33;1m  Hit *BACKSPACE* key to \E[5;31mSTOP\E[0;33m alarm..."
  450.           : lput "\r\n\n\t\t  Hit *BACKSPACE* key to STOP alarm..." :no ANSI
  451.  
  452.           sleep 30                        :3 sec for response before alarm
  453.           while "!k&&L<20" lput "\7\7"    :For 20x and While nokey, make noise
  454.           if k goto bv                    :If keyhit then skip next call
  455.  
  456. ::        Put other DOS noise making program here if you wish, for example
  457. ::        !sound  (note the '!' will execute DOS programs from inside script)
  458.  
  459. bv:       : cls
  460.           :: display bell=visual                :quiet bell
  461.           : put "r\r"                        :Prepare to read mail. (off now)
  462.           pf30                               :Reset search wait (30 sec)
  463.           kill                               :Clear circular buffer
  464.           restime                            :Reset the timer (YAM only)
  465.           :  create -S+ %tmp\mail%d.log      :Strip all ANSI, append date file
  466.              ::^If today was 5/25/90 this makes a file in c:\zcomm
  467.              :: called mail0525.log -- If you need to use a DOS program on
  468.              :: this filename use the syntax @!% [DOS program] mail%d.log
  469.              :: to force YAM/ZCOMM to fill in the date before passing to DOS
  470.  
  471.           : cd %tmp                          :Change directory to d/l area
  472.  
  473. ::        Three lines below show how to check for connection to host system
  474. ::        every 3 seconds.  Once connection is lost you are returned to YAM
  475. ::        command-line.  This is a useful piece of code if you wanted to have
  476. ::        a call placed from a DOS menu and return to DOS menu when the call is
  477. ::        completed.  If this is the case you would replace 'return' with 'off'
  478. ::        and have YAM/ZCOMM return to DOS after this call is completed.
  479.  
  480.           pf3                 : set pattern fail time to 3 seconds
  481.           while c wait        : While connected just wait here...
  482.           return              : once no carrier, return to command line.
  483.  
  484.  
  485. :---------------------------------------------------------------------------:
  486. :           --- Example of an auto logon script for CompuServe ---          :
  487.  
  488. cis       cls           :Note -- CIS access number for SAN ANTONIO, TX
  489.                         :You will need to modify for your local CIS number...
  490.           echo "\t Now accessing CompuServe at 2400 baud using the SA Texas number\n\n "
  491.           speed 2401 239-6124     :Odd number, 2 stop bits, error trap
  492.           goto cislog             :Goto logon section of CIS script
  493.  
  494. cis12     cls; bye; echo "\t Now accessing CompuServe at 1200 baud using the SA Texas number\n\n "
  495.           speed 1200 435-3883     :local San Antonio TX access number...
  496.  
  497. cislog:   sleep 20                            :Sleep for 2 seconds
  498.           ena -E -7e   : put into Error correcting 7 bit, even parity...
  499.           echo ""; echo "Sending ^C"; put \3  :Send Ctrl-C, echo doing it.
  500.           pattern 1i ID:                      :Wait for ID
  501.           wait                                :"i" causes immediate release
  502.           putw "77770,101\r"                  :Enter Account (can be yours)
  503.           pat 1i word:                        :Wait for password prompt
  504.           wait
  505.           putw "FREE-DEMO\r"                  :Enter password for demo...
  506.           pat 1i "word" ;wait
  507.           put "%s1\r"
  508.           cls;  echo "\n\n\t\t\tStandby for CIS to finish logon..."
  509.           pat 1i ompu
  510.           wait
  511.           restime                             :Reset YAM status timer
  512.           putw "\20"; cls                     :Hit ^P to skip menu (\20 = ^P)
  513.                                               :Next line skips interrupt display
  514.           pat 1i "." ; wait; cls; lput "\r\n\nChoice: "
  515.           :  create -S+ %tmp\cis.log          :Setup appended capture file
  516.           :  cd %tmp                          :Change directory to d/l area
  517.  
  518.           :Set: fULL duplex, B proto, strip ctrl char, don't pAUSE for {CR}
  519.           ena -fcs!p
  520.           kill                                :Kill initial login text
  521.           restime                             :Reset status timer (yam only)
  522.  
  523.           while c wait                        :while carrier present wait here
  524.           : w; close                          :Write then close capture file...
  525.           echo "\n\n"                         :This will put you back at the
  526.           return                              :command line once off line...
  527.  
  528.                  ----------------------------------------------------
  529.  
  530. telegodzilla           : Omen Technology (YAM/ZCOMM Upgrade BBS)
  531.                        : just give the command  'call -99 telegodzilla'
  532.  
  533.      pat 9 K\r\n; ena -d; cls          : Ck for OK, disable carrier lost message
  534.      putw "ATS7=100\r" ; wait -f1      : Change wait for connect to 100 sec
  535.      cls; echo "Demand Upgrade(TM): Omen Technology's TeleGodzilla system\n\n"
  536.      accept s7 "Please enter your LAST name: "; accept s6 "First name: "
  537.      :  set s6 "FIRST_NAME" ; set s7 "LAST_NAME" :Fill in and you can comment
  538.                                                  :out accept above and use this
  539.      speed 2400 %l,503-621-3746       :Call using phone account in '%l'
  540.      : speed 2400 1-503-621-3746      :Call using 1-503-621-3746 service
  541.      restime; kill                    :Reset time and Kill buffer
  542.      display overstrike; cls; pat 1 "ease:"; wait -f4
  543.      if "c&&!1" put "\r"; wait -f8
  544.      : if !1||!c echo "Access Failed"; o; fail
  545.      put "\b\b%s6 %s7\r"; pat 1 ect;wait -f2
  546.      put "y"; pat 1 "-Host"; wait -f5
  547.      : !sound  TeleGodzilla is on-line :uncomment if you have external alarm
  548.                                        :program (this one calls sound.exe)
  549.      cd %tmp
  550.      create -S+ %tmp/tele%d.txt        :Strip all ANSI, append to dated file
  551.      : sz -Z [filespec to upload]      :example of how to force file upload
  552.  
  553.      ::  If you uncomment one of the below you can select a file auto-download
  554.      : zcommand "sz -n upgrade/yam.eqe upgrade/newest.meq upgrade/read.meq"
  555.      : zcommand "sz -n upgrade/newest.meq"
  556.      : zcommand "sz -n answer"
  557.      : zcommand "sz -n rzsz*.* upgrade/newest.meq"
  558.      : putw "bye\r"; o
  559.      t -8g      :force terminal mode...
  560.  
  561. upgrade    speed 2400 %l-503-621-3746 t  :no frills calling telegodzilla
  562.  
  563. :                     --- End of Auto Log Examples ---                        :
  564. :=============================================================================:
  565.  
  566. ::         Generate a script with TurboLearn Script Writer(TM)
  567. ::                    Hit Shift-F4 to start this...
  568.  
  569. tlearn    set fc10 "" :: telephone number, and flag that telno was entered
  570.      if c goto connected
  571.      cls
  572.      accept fc10 "Enter Telephone Number "
  573. ag1: accept fa1 "Enter Speed (300, 1200, 2400) "
  574.      if ifa1,2400 speed 2400 goto ag2
  575.      if ifa1,1200 speed 1200 goto ag2
  576.      if ifa1,300 speed 300 goto ag2
  577.      echo "Bad speed"; goback ag1
  578. ag2: lput "\r\n1 - System uses IBM PC (ANSI) line drawing characters\r\n"
  579.      lput "2 - System uses 7 bits even parity\r\n"
  580.      lput "3 - System uses 8 bits No parity (8n1)\r\n"
  581.      lput "\r\n"
  582.      acceptl1 fa2 "Choose one of the above: "
  583.      lput "\r\n"
  584.      ena -8n
  585.      @%fc10
  586.      if !c echo "Sorry, no connection"; return
  587.      set fa5 ""
  588.      if ifa2,1 ena -8g; set fa5 "ena -8g"
  589.      if ifa2,2 ena -7e; set fa5 "ena -7e"
  590. connected:
  591.      echo "Finish with F1.  Use ALT-B to send a break if necessary"
  592.      learn -y tlrn.tmp
  593. cn2: if !r echo "WARNING: Learning (recording) terminated prematurely!"
  594.      close
  595.      kill
  596.      create newscr.t
  597.      if !r abort
  598.      echo "Is this to become a Telephone Directory entry (y/n)?"
  599.      if !y goto nodir
  600.      accept fa6 "What directory entry name to use? "
  601.      echoc "%fa6    speed %fa1 %fc10 %fa5"
  602. nodir:    close;  set fa2 ""
  603.      echo "Should the script disconnect the phone line (y/n) ?"
  604.      if !y "!tlearn tlrn.tmp >>newscr.t"; goto scdone
  605.      set fa2 "bye;  return"
  606.      echo "Should the script then exit to the Operating System (y/n)?"
  607.      if y  set fa2 "off"
  608.      !tlearn -r tlrn.tmp >>newscr.t
  609.      create -+ newscr.t; echof "   %fa2";  close
  610. scdone:   echo "Your new script is in the file 'newscr.t' !!"
  611.      if %fc10 echo "You may add this file to your Telephone Directory"
  612.      if %fc10 echo "Or execute it with 'call %fa6.newscr.t'";  return
  613.      echo "You may execute this file with 'source newscr.t'"
  614.      return
  615.  
  616.  
  617. :=============================================================================:
  618.  
  619. ::                    ---  Using YAM/ZCOMM in HOST MODE  ---
  620.  
  621. ::      Note that for maximum -security- have this section be another file
  622. ::      so users won't see your passwords.
  623.  
  624.  
  625. ::      YAM users can uncomment 'demand %password' line at end of file
  626.  
  627. host    cls; echo " Activating host mode operation...  Stand by!\n\n"
  628.         sp 2400
  629.         : sp 1200                   : use for 1200 baud host modem...
  630.         : set home "/HOST"          : Optional restricted directory
  631.  
  632. ::    The above command can force users into a specific area on disk.  It
  633. ::    CRITICAL you use "/" NOT a "\" in this command.  This will lock users
  634. ::    into that directory and its subdirectories.  If you use this
  635. ::    command, you MUST have your welcome and xhelpfile as a different
  636. ::    file and this file MUST be in the directory specified by the 'set
  637. ::    home' command.  To function it MUST be a READ ONLY file.  You may
  638. ::    use HOSTHELP.TXT for this purpose but it will need to be renamed to
  639. ::    HOSTHELP.T.  Remember you will also need to add some starting
  640. ::    labels and utilize new 'set welcome' and 'set xhelpfile' commands.
  641.  
  642.         set welcome "@gosub welcome.%phones"  : setup Welcome
  643.         set messages "/zcomm/messages"        : setup file for messages
  644.  
  645. ::    Private should set to another directory so people won't see
  646. ::    private messages, since when HOST restricted they can change from %home
  647.  
  648.         set private "/zcomm/pmessage"         : Setup private message area
  649.  
  650. ::    Normally section below would be in another file so people could NOT
  651. ::    view your passwords.  For testing you can get around this by assigning
  652. ::    your script a READ-ONLY, HIDDEN attributes.  For YAM users wanting to
  653. ::    use the 'demand %password' option, the file CAN NOT have a HIDDEN
  654. ::    attribute so you MUST put this in another directory that users can't
  655. ::    access for protection.
  656.  
  657.         set password "xxxxxxxx"   : CHANGE THIS Access Password
  658.         set unrestrict "xxxxxx"   : WARNING - CHANGE THIS DOS drop PASSWORD!!
  659.  
  660. ::                     -- HOST Helpfile Defined Below --
  661.  
  662.         set xhelpfile "@gosub help.%phones"  : Custom help 17.29+
  663.         : set xhelpfile "@type hosthelp.txt>com1"    : (older versions)
  664.                                            :^^^^ set this for com1 or com2
  665.                                            : Notice this is an EXTERNAL file!
  666.  
  667.         set disks "abc"                    : Setup restricted disk area
  668.  
  669.         set call1 "ATZ\r\336\336ATZ\r\336\336"  :prepare to answer phone...
  670.         set call2 "ATZ\r\336\336ATM1X1S0=1\r\336ATM1X1S0=1\r\336\336"
  671.  
  672.         :       Note 'call3' below would normally be a command that
  673.         :       requires quotes around it, but it includes a quoted string
  674.         :       so you MUST use this alternate form of the set command to
  675.         :       have the actual command start at COL #1 of the next line.
  676.         :                 <<< This works with YAM only...>>>
  677.  
  678.         : set call3
  679. : @echo "\t\t Now awaiting incoming calls... Press F1 to exit.\n\n"
  680.  
  681.         set answerback "\r\nYOUR NAME HERE...\r\n\21"
  682.  
  683.         set outahost "@pk512; putw ATE1V1X1S7=60S8=1S11=50S0=0\r;pwd; gosub menu"
  684.  
  685.  
  686.         set baudstr "@gosub baud"               : sub below to find speed
  687.         pc60                                    : callout interval = 60 sec
  688.         host
  689.  
  690.         :               >>> Check for Caller Speed <<<
  691.  
  692. baud    pat 1 "CONNECT\r\n"; pat 2 "NO CARRIER"
  693.         pat 3 "CONNECT 1200\r\n"; pat 4 "CONNECT 2400\r\n"
  694.         pe-20
  695.         wait -Ef25
  696.         dis -E
  697.         if 1 speed 300 return
  698.         if 3 speed 1200 sleep 20 return
  699.         if 4 speed 2400 sleep 20 return
  700.         kill create -+ rings
  701.         close
  702.         fail
  703.  
  704. welcome:
  705.             :In HOST mode, below is what the user will see on login
  706.  
  707.     echo "                     >>> Welcome to YAM/ZCOMM Host Mode <<<                    "
  708.  
  709.     : demand %password    :YAM users may uncomment to request password
  710.  
  711. ::    The 'demand' command is only available in YAM and NOT in ZCOMM...
  712. ::    If you are using ZCOMM there is no way to restrict initial access
  713. ::    like you can with YAM.  ZCOMM CAN will RESTRICT access to DOS if
  714. ::    user doesn't know the password ...
  715.  
  716. help:       :Note this is also the help message...
  717.     echo "                                                                               "
  718.     echo "        The thing to remember is that when you see the prompt followed         "
  719.     echo "        by [HOST] it is like you are actually sitting at the host              "
  720.     echo "        terminal...  To execute commands on your own YAM/ZCOMM hit F1          "
  721.     echo "        to call your local terminal program...                                 "
  722.     echo "                                                                               "
  723.     echo "        To open access to the complete disk enter the command: UNRESTRICT      "
  724.     echo "        and then use the system password -- otherwise you will remain in       "
  725.     echo "        the C:\\zcomm directory or one of its subdirectories.                   "
  726.     echo "                                                                               "
  727.     echo "        To see the files on the host enter: 'dir' and hit return.              "
  728.     echo "                                                                               "
  729.     echo "        TO DOWNLOAD a file from the host enter 'sz filename' (wildcards OK)    "
  730.     echo "            (Remember this is just like typing at the HOST keyboard...)        "
  731.     echo "                - For XMODEM enter 'sx filename' at HOST prompt -              "
  732.     echo "           - For KERMIT enter 'kermit sb filename' at Host prompt -            "
  733.     echo "                                                                               "
  734.     echo "        TO UPLOAD a file hit F1 to get into your terminal command mode and     "
  735.     echo "        then enter 'sz filename'.  In ZModem everything else is automatic.     "
  736.     echo "        XMODEM enter 'rx filename' or 'rc filename' for CRCX at HOST prompt    "
  737.     echo "        - KERMIT enter 'kermit rb' at HOST prompt then start your upload -     "
  738.     echo "                                                                               "
  739.     echo "        To leave a MESSAGE enter the command 'message' and follow prompts.     "
  740.     echo "          ---> To see this message anytime enter the command 'help' <---       "
  741.  
  742.  
  743. ::-----------------------------  End of Host Mode ----------------------------::
  744.  
  745. ::------------------------------  Start of Setup  ----------------------------::
  746.  
  747.         : This code segment called from 'setup' label... First thing is to
  748.         : test for the existence of 'PROFILE.DAT' the user's default file.
  749.  
  750. do_it:  cd %home        :first make sure you're in the home directory.  There
  751.                         :are lots of variables, %variable_name activates them.
  752.                         :To see the various variables enter 'set' at the DOS
  753.                         :prompt to see DOS environment and 'set' at YAM/ZCOMM
  754.                         :prompt to see the local variables.
  755.  
  756.         if !fPROFILE.DAT gosub make_profile  :If PROFILE.DAT not found make one
  757.  
  758.         : Initialize Shift-F6 early in case fatal error in PROFILE.DAT produces
  759.         : crashed state (as would happen if you copy the PROFILE.DAT to a system
  760.         : with a different configuration and didn't reinitialize).
  761.  
  762.         set fs6  "@gosub reset"   :Resets PROFILE.DAT containing modem dialing info
  763.  
  764.         source profile.dat      :read and activate PROFILE.DAT file...
  765.  
  766.         set mcommand "gosub dial"
  767.         : The above ^ skips internal dial routine allowing for autospeed sense
  768.  
  769.         ena -d                  :suppress the Carrier Lost msg during setup
  770.         : ena -D                :establishes a 2 second timing loop for line hits
  771.                                 :(use for call waiting where you can't disable)
  772.         : pa4000                :use for clones running 8 MHz and above...
  773.         pd1                     :turn on time stamping
  774.         pi10                    :set redial for 10 seconds...
  775.         : pt4  :default throttle of 20 char/sec (lower is faster) (see F4)
  776.         pT3                     :set histfile to save commands only if 3 char+
  777.         pv-1                    :Verbose OFF (-1 shows none; 50 shows all)
  778.         pz360                   :set CST timezone (could use DOS: set ZONE=360)
  779.         : p-1                   :for those using MKS ToolKit UNIX Shell
  780.                                 :There are many 'p' parameters you can set,
  781.                                 :these are just examples of some useful one.
  782.  
  783. ::      --------------------------------------------------------------------
  784.  
  785. ::      The option below allows you to hit an up arrow key to use past
  786. ::      commands by setting up a history file.  Since all keystrokes are
  787. ::      recorded (including passwords), the 'onexit' command will delete
  788. ::      the history file when you finish your communications session.  Of
  789. ::      course, you could have more protection by writing over the file with
  790. ::      another.  To do this replace the 'del c:\histfile' with something like
  791. ::      '!copy \command.com \histfile'.  This will write over your history file
  792. ::      with a copy of command.com.  Usually this file deletion is adequate.
  793.  
  794. ::      If you don't want to use this history file option just put a ':' in
  795. ::      front of the command since anything preceded by a ':' is considered
  796. ::      to be a comment.
  797.  
  798.         history c:\histfile   : Setup command line buffer (here in root)
  799.  
  800.         : Note the special construct below.  Since there are quotes in the
  801.         : string, it is put on two lines and will delete histfile on exit...
  802.         : The '\n\n\t' string means two Newlines then TAB over a mark.
  803.  
  804.         set onexit
  805. @cls; history; del c:\histfile ; echo "\n\n\t\t\t History file deleted... "; sleep 5
  806.  
  807.         :: display bell=visual   :turns off bell, comment with ':' for bell
  808.  
  809. ::                             --------------------
  810.  
  811.       :  if c goto online          :if carrier detected skip modem setup.
  812.  
  813. ::    The above line allows you to check the carrier status when YAM/ZCOMM is
  814. ::    loaded.  This means you can take full advantage of the eXit to DOS
  815. ::    function.  Anytime you are on-line you can get to the command line by
  816. ::    hitting F1 then enter 'X'.  What this does is unload the communication
  817. ::    program but leaves the modem and serial port active.  Then you have full
  818. ::    access to DOS and can return on-line as long as the host doesn't time
  819. ::    out (while you are working at the DOS prompt).  Once through with DOS,
  820. ::    re-load YAM/ZCOMM like you did initially and WHAM -- you're back on-line
  821. ::    as if you had never left...
  822.  
  823. ::    To activate remove the ':' from in front of 'if c goto online'.  This
  824. ::    will prevent YAM/ZCOMM from reinitializing the modem.  Then continue and
  825. ::    search for the line 'Second part of testing for on-line conditions' and
  826. ::    comment out the command 'fail'
  827.  
  828. ::                         --- Check Modem Status ---
  829.  
  830.       cls;  lput "\r\n\n\n\t\t\t>>> Modem setup in progress <<<\r\n\n"
  831.  
  832. ::    Below is an example of how to use color and graphics (now turned off).
  833.  
  834.         : echo "\n\n\n\t\t    ╓──────────────────────────────────────╖"
  835.         : echo "\t\t    ║ \E[44;1;33m   >>> Modem setup in progress <<<  \E[0m ║"
  836.         : echo "\t\t    ╙──────────────────────────────────────╜\n"
  837.  
  838.         sp 1200                           : Initially set up speed at 1200 baud
  839.         pat 9 K\r\n                       : Check for OK from modem
  840. rc:     put "AT\r"; wait -f3              : Hayes 'AT' then wait up to 3 sec for OK
  841.  
  842.         :   Modems using stored profiles can have initialization done here
  843.         :   by replacing "AT\r" with ATZ0\r".  Remember you first have to
  844.         :   initialize and store modem string before this functions correctly.
  845.         :   "ATZ0\r" recalls Hayes Profile 0 if already defined.  If this
  846.         :   is done you can have the script skip further modem setup strings...
  847.  
  848.         if 9 goto modset                  : If Modem on (OK) skip error msg
  849.         lput "\E[4f                                                        "
  850.         lput "\E[5f\t\t  Please turn your modem OFF then back ON,\r\n"
  851.         lput "                                  - OR -                           \r\n"
  852.         lput "\t\t   Hit SHIFT-F6 to change your setup..."
  853.         sleep 20                          : You get 2 seconds to turn it on!
  854.         goback rc                    : Check modem again...
  855.  
  856.    --------------------------------------------------------------------------
  857.  
  858. :: <*>     --- Some of the common MODEM SETUP commands definitions ---
  859.  
  860. ::  &C1=Data Carrier Detect  &D2=hang up with change in DTR
  861. ::  E1=modem echos commands back to terminal  V1=Word result codes
  862. ::  &W=Save config to nonvolatile memory  L=speaker low
  863.  
  864. ::  X4=Detect dial tones and busy signals; enable extended result codes.
  865. ::     With this activated (default for most modems) status messages are
  866. ::     sent to the screen about modem activity.  English words instead of
  867. ::     number codes are displayed on the screen.
  868.  
  869. ::  S0=answer rings  S6=dial tone wait  S7= wait for connect  S8=pause for ","
  870. ::  S9=Carrier det response  S10=delay carrier lost and hangup  S11=dial speed
  871.  
  872. ::  Remember if your modem doesn't hang up correctly ADD '&D2' to the string.
  873.  
  874. modset:
  875.         putw "AT E1 V1 X1 S0=0 S7=60 S8=2 S11=60 \r" :Normal 1200 baud setup
  876.                                                      :the default setup!
  877.  
  878.         :       -- Line below is an alternate 1200 baud setup command --
  879.         :  putw "AT E1 Q0 S0=0 S6=3 S7=40 S8=2 S10=10 S11=50 V1\r" ; wait -f2
  880.  
  881.         :: -- Line below supports Hayes/Zenith 2400, Compaq LTE/286, NEC Ultra
  882.         :  putw "AT E1 L X4 V1 &C1 &D2 S0=0 S6=3 S7=60 S10=10 S11=60\r"
  883.  
  884.         :  put "AT E0 V1 X4 &D2 \r"           :for Everex 2400 baud
  885.  
  886.         :  putw "AT &C1 &D2 E1 &Q0 L1 S7=100 S11=50 \r" :Simple Hayes V-9600
  887.         ::       ^^ Once stored using ATW0 it's in PROM, ATZ0 below gets it...
  888.  
  889. ::         -- A suggested ZOOM 2400 baud modem setup is listed below --
  890.  
  891.         :  handshake both        : Handshakes both CTS or XOff
  892.         :  putw "AT &C &D2 &L0 C1 X5 S9=5 S10=10 S11=40 S25=0 +Z0=2 +Z3=45\r"
  893.         :  S25 DTR timing to 0 seconds
  894.         :  wait -f1              : Wait 1 second and let modem catch up...
  895.  
  896. :  --------------------------------------------------------------------------
  897.  
  898.  
  899. ::                   --- Setup Environment Variables ---
  900.  
  901. online:
  902.         set disks "abcdefghi"         :set up active disks (you can restrict)
  903.  
  904. ::    Note the prompts below can be anything you wish...
  905.  
  906.         set mprompt "\r\E[1m(F9=Menu) %drive:\L%pwd-> \E[m"   :Help prompt
  907.         : set mprompt "\r\E[1m%drive:\L%pwd->\E[m "    :Normal path prompt
  908.         set hprompt "\r\E[1m%drive:\L%pwd\U [HOST]->\E[m " :HOST mode prompt
  909.  
  910.         : The special command below allows you to put comments on status line...
  911.         set statliner "[Alt-2=Cmd Line, F2=View, F9=Help] " :maps status line
  912.  
  913.  
  914. ::                          -- HELPFILE Defined Below --
  915.  
  916. ::      Notice that the Flashup help processor is called with F10 as defined
  917. ::      in key setup or when F1 hit at command line.  The test below
  918. ::      'if fFILENAME' checks for the existence of the help files for ZCOMM
  919. ::      or YAM.  If they are found the variable 'helpfile' is set to the
  920. ::      command that will call help.  The string '@!%' is a clever construct
  921. ::      where each character has a meaning.  The '@' says that what follows
  922. ::      is a YAM/ZCOMM command.  The '!' means to run a DOS program, and the
  923. ::      '%' says to replace all YAM/ZCOMM variables (word beginning with '%')
  924. ::      before the DOS program is called.  The %home variable contains the
  925. ::      name of the subdirectory where YAM/ZCOMM was first called.  If you use
  926. ::      the COMM.BAT file I included, this will always be the location
  927. ::      of your communication programs.  First DOS 'echo' if no helpfiles...
  928.  
  929.         set helpfile "@!%echo     No helpfiles located in the home directory: %home"
  930.  
  931.         if fZMANH.HLP set helpfile "@!%yhp %home\zmanh.hlp zmain" :ZCOMM Help
  932.         if fUMANH.HLP set helpfile "@!%yhp %home\umanh.hlp main"  :YAM Help
  933.  
  934.         : set helpfile "@yhp \zcomm\zmanh.hlp"      :(older ZCOMM/YAM call)
  935.  
  936.  
  937. ::                          -- Optional setup statements --
  938.  
  939.         set calllog c:/zcomm/calllog :Setup call log (YAM and Registered ZCOMM)
  940.                                      :This file will keep record of calls made
  941.  
  942.         set fleft  "@mput \b"        : Makes left arrow destructive bksp
  943.         set fright "@mput \40"       : Makes right arrow a right space
  944.         set s8 " \b"    :set string for 'hold' function to space/backspace key
  945.  
  946.         set adlopts rm               : Makes ZModem crash recovery / MobyTurbo
  947.                                      : Note the 'm' will cause an error in pre-
  948.                                      : MobyTurbo versions
  949.  
  950.         set quitcmd \20bye\r\003\336off\r    : maps string given to ALT Q
  951.                                      :to log off automatically after d/l; here
  952.                                      :set to ^P,bye<cr> for CIS then OFF.  Once
  953.                                      :Download starts, just hit Alt-Q to activate
  954.  
  955.         set answerback "\r\n %m \r\n\21"  :Stuff in 'm' name variable...
  956.  
  957.         set tmp c:/zcomm             : Both tmp and lib are shortcut paths
  958.         : set lib c:/arc_stor        : you can use in your script. For example
  959.                                      : if later you may want to change this to
  960.                                      : 'set tmp c:/zcomm/temp' to allow %tmp
  961.                                      : to produce subdirectory location.
  962.  
  963.         set dirrx c:/zcomm           :Sets up default for downloaded files as
  964.                                      :above. If you made this 'set dirrx c:\temp
  965.                                      :your download would go to the \temp subdir.
  966.         : set dircx c:/temp          :path to capture file directory
  967.         : set dirfx c:/temp          :path to files (message) directory
  968.         : set dirsx c:/temp          :path to upload dir
  969.         : set oncloserx "@source c:/zcomm/gotafile.t"
  970.  
  971. :: Above is an example of how you can have a reaction to a file download and
  972. :: run another file to do special processing.  As you can see you have total
  973. :: control over where things are placed by the package.
  974.  
  975.  
  976.  
  977. ::                       -- Define Function Keys --
  978.  
  979. key:    cls         :Notice how a label starts in Col 1 and ends in a ":"
  980.         reskeys     :reset function keys
  981.  
  982. ::    Explained below is the function key define command 'set'.  To see all
  983. ::    the keys defined give the command 'key' at the YAM/ZCOMM prompt.  Note
  984. ::    below that the command format sets a FUNCTION KEY to a specific task.
  985. ::    This is just an example, F3 is defined again after this explanation.
  986.  
  987.  set f3
  988. @accept s1 "Enter name of Capture File: " ; create -S+ %s1
  989.  
  990.       :  This is just a sample... actual F3 defined below these comments...
  991.       :  Notice that I used a special case of the 'set' command where the
  992.       :  key definition actually appears on the next line starting in col #1.
  993.       :  The reason for this is that normally, function key commands are in
  994.       :  quotes, yet here I wanted a quoted string inside the command.  To
  995.       :  avoid having quotes within quotes, there is a special version of the
  996.       :  set command that accepts the next line starting in column 1, as an
  997.       :  implied command.  This means you don't need quotes around it...  Note
  998.       :  as well the 'set' command DOESN'T start in column 1 because if it did
  999.       :  it would be considered to be a label.
  1000.  
  1001.       :  To explain how the command works remember anything beginning with
  1002.       :  an "@" sign is a YAM/ZCOMM command (a @! allows you to execute a DOS
  1003.       :  program).  Let look at this command defining f3 step by step...
  1004.       :  The command "set" tells the program to set the function key
  1005.       :  (this case F3) to the following string:
  1006.  
  1007.       :        @accept s1 Enter name of Capture File: ;create -S+ %s1
  1008.  
  1009.       :  You could have used an escape sequence \40 to define a space
  1010.       :  in the string but only necessary in single line format.  This will
  1011.       :  make the prompt --> Enter name of Capture File: <--  Now the "accept"
  1012.       :  command assigns anything you type in response to this prompt and
  1013.       :  stores the response in a variable s1.  Remember ";" is just a way to
  1014.       :  separate multiple commands on each line, so you see when we come to
  1015.       :  the next command "create", it causes a capture file to be opened
  1016.       :  using the name you have entered.  The modifiers -S+ means, strip
  1017.       :  off control characters (-S) and append to the file (+) if it already
  1018.       :  exists.  Notice the argument %s1 will insert the file name
  1019.       :  added after the prompt (stored in s1).
  1020.  
  1021.       :  You see the PLUS of YAM/ZCOMM is that you can make things look
  1022.       :  any way you want.  You can set 38 function keys (remember that
  1023.       :  F1 moves you from circular buffer to terminal mode to command mode
  1024.       :  and F2 moves you in the opposite direction).  YAM/ZCOMM has THREE
  1025.       :  displays (command line, terminal mode, and circular buffer) yet this
  1026.       :  is a FAST way to move between them...
  1027.  
  1028.       :  To see variables you have defined just give the 'set' command followed
  1029.       :  by a return at the YAM/ZCOMM prompt.  If you want to see the value of
  1030.       :  a single key or variable for example 'F5' use the  command 'echo f5'.
  1031.       :  To see what KEYS are defined enter the command 'key' at the YAM/ZCOMM
  1032.       :  command line.  Remember command lines can't exceed 132 characters.
  1033.  
  1034.       :  Now set a series of function keys to activate specific commands...
  1035.  
  1036. ::                   --- NORMAL Function Key Definitions ---
  1037.  
  1038.  set f3 "@gosub capture"        :call capture routine just below 'menu:' label
  1039.  
  1040.  set f4
  1041. @accept s1 "Send ASCII Msg named: " f -p %s1  : send ASCII text/mesg -paced
  1042.  
  1043.  set f5
  1044. @accept s1 "Send file using Kermit called: " kermit sb %s1    : send Kermit
  1045.  
  1046.  set f6
  1047. @accept s1 "Send file using ZModem called: "; echo "\n\tStarted upload at: %t\b\b\b\b\b\b\b\b\b\b\b\b Hours      \n"; sz -rZ %s1
  1048.  : above sends file with ZModem (-r) crash recovery and Run Length Encoding
  1049.  : (RLE) using '-Z'.  Echo displays the start time of upload...
  1050.  
  1051.  set f7
  1052. @accept s1 "Receive file using CRCXModem called: " rc %s1   :receive CRCXmodem
  1053.  
  1054.  set f8
  1055. @accept s1 "Send file CRCXModem called: " sx %s1            :send CRC Xmodem
  1056.  
  1057.  set f9  "@gosub menu"                                      :Call Quick Reference
  1058.  : set f9 "@gosub fkeys"  : Call ANSI function key menu (commented out here...)
  1059.  
  1060.  set f10 "@help"   : Call help processor (newer YAM/ZCOMM just hit F1 x3)
  1061.  
  1062.  
  1063. ::                 --- SHIFTED Function Key Definitions ---
  1064.  
  1065.  set fs3 "@gosub hold"    : puts you in a holding pattern while on-line
  1066.  
  1067.  set fs4 "@echo working...;  gosub tlearn"
  1068.  
  1069.  set fs5                                         : check phone dir entries
  1070. @accept s5 "String to find in phones file: "; find \n%s5 %phones
  1071.  
  1072.  set fs6  "@gosub reset"   :Resets PROFILE.DAT containing modem dialing info
  1073.  
  1074.  set fs7  "@gosub start.%home/dial.t"   :setup call to dialing menu...
  1075.  
  1076.  set fs9 "@!chkdsk"        :@! example of how to run DOS program
  1077.                            :In this case CHKDSK used...
  1078.  
  1079. ::                  --- ALT-ed Function Key Definitions ---
  1080.  
  1081.  set fa1 "@kill; call -100 bnf"              : Examples of key assign
  1082.  set fa2 "@kill; call -100 old"              : note "@call -100" will
  1083.  set fa3 "@write; close"                     : call number up to 100
  1084.  set fa4 "@kill; call -100 cis"              : times if busy.
  1085.  set fa5 "@kill; call -100 pcmag"            : kill clears buffer...
  1086.  set fa6 "@kill; bye; gosub host"            : Put into HOST mode
  1087.  set fa7 "\r \r\t\t\t\t %m \r\r"             : When on-line, Alt-F7 signs
  1088.                                              : your name defined in 'm' setup
  1089.                                              : in PROFILE.DAT
  1090.  
  1091. :: Editors are your choice (they just have to be able to save in ASCII format).
  1092.  
  1093. :: I have included version 3.10 of the Colorado State Editor developed by
  1094. :: J. R. Applegate at the Colorado School of Mines.  This full featured
  1095. :: editor is only 13K and features block copies, moves, upcase, lowcase,
  1096. :: deletes, etc.  It is fully configurable and is PUBLIC DOMAIN!
  1097.  
  1098. :: The best ASCII editor I have found that can be configured to run any
  1099. :: command set you want (e.g. WS, WP, Brief, or pull down menus) is a shareware
  1100. :: called QEdit.  It is rated high by many publications (and is my personal
  1101. :: favorite).  QEdit by SemWare is available on most BBS around the country.
  1102. :: Worth a look!
  1103.  
  1104. :: Below I again used the special construct @!% (@=command, !=DOS shell,
  1105. :: %=replace variables before calling DOS command).  If the DOS 'set phones='
  1106. :: command was used to setup environment variable at DOS the %phones will
  1107. :: read it.
  1108.  
  1109.  set fa9                         : Use incase NO editor selected
  1110. @echo " Alt-F9 has no editor defined. Just edit to script under 'set fa9'\n to setup an editor of your choice..."
  1111.  
  1112.  set fa9 "@!%cse %phones"            : example using CSE
  1113.  : set fa9 "@!%q %phones"            : example using QEdit
  1114.  
  1115. ::  If you want the menu just after loading, remove the ':' in front of the
  1116. ::  line below to comment it in thereby activating the command.
  1117.  
  1118.     : goto menu
  1119.  
  1120. ::  This is an opening msg for new ZCOMM users and can be commented out if
  1121. ::  you want to skip it.
  1122.  
  1123.     lput "\r\n\n\t\t -=* Welcome to the World of Telecommunication *=-\r\n\n"
  1124.     lput "\t\t                     PHOMAST.T                    \r\n"
  1125.     lput "\t\t                   [Version 6.3]                 \r\n\n"
  1126.     lput "\t\t      >>> Press F9 if you need more help <<<          \E[10f"
  1127.     lput "\t If you want to change your *setup* defaults just hit SHIFT-F6. \r\n\n"
  1128.     lput "\t To view the current defaults stored in 'PROFILE.DAT' just enter\r\n"
  1129.     lput "\t the command 'type profile.dat'.                                \r\n\n"
  1130.     lput "\t Remember, to utilize your Long Distance Service start the number\r\n"
  1131.     lput "\t with a prefix of '\45l,'.  Notice the sample syntax below...   \r\n\n"
  1132.     lput "\t                       '\45l,512-670-0954'                      \E[23f"
  1133.  
  1134. ::                  Second part of testing for on-line conditions
  1135. ::                                 (Optional)
  1136.  
  1137.      fail       : The 'fail' here eliminates the on-line checking... if
  1138.                 : you want on-line checking, comment this 'fail' out (put a
  1139.                 : ':' in front of it) and search from the top of the script
  1140.                 : for the line 'if c goto online' and remove the ':' in front
  1141.                 : of it.
  1142.  
  1143.      if !c return             :if no carrier return, else go online
  1144.      echo "\t\t    System still on-line with remote server..."
  1145.      putw "\r" ; t            :hits return and return to terminal mode
  1146.      return                   :Returns system back
  1147.  
  1148. ::---------------------------  End of Setup Code  ----------------------------::
  1149.  
  1150.                         ---------------------------------
  1151. ::--------------------------  AutoConfiguration Code -------------------------::
  1152.                         ---------------------------------
  1153.  
  1154. ::      This code for PROFILE configuration was put at the bottom of the script
  1155. ::      because the script file is searched from the beginning to end.  Since
  1156. ::      configuration is done only at install and when configuration is
  1157. ::      changed, I put this code at the bottom of the script to allow other
  1158. ::      procedures to be found faster.
  1159.  
  1160.  
  1161. reset:  : This code segment attached to Shift-F6 will delete the old defaults
  1162.         : stored in PROFILE.DAT and start a new one...  It is completely menu
  1163.         : driven.  Once PROFILE.DAT is deleted it branches to 'setup' label
  1164.         : later in the script to do the actual configuration.
  1165.  
  1166.         display nobell=visual   : Turn bell back ON
  1167.         cd %home                : Attempt to return to original directory
  1168.         cls; echo "\n\n\d7\t\t >>> Communications Configuration Setup <<<\n\n"
  1169.         :: display bell=visual     : Turn bell back OFF and ask about delete of file
  1170.         lput "          Don't change your setup if you are currently online...\r\n\n"
  1171.         lput "   Insure you are in directory where phones files stored before making\r\n"
  1172.         lput "   any changes... you are currently in a subdirectory called: "; !cd
  1173.         lput "\r\n\nThis directory contains the following PHONES files:\r\n" ; !dir p*.t
  1174.         lput "\n   Is this the correct directory and do you want to change setup (y/N)? "
  1175.  
  1176.         if !y cls echo "\n\n"  fail
  1177.         del profile.dat             :Delete the old profile data file...
  1178.  
  1179.         :               ---------------------------------
  1180.  
  1181.         : This code segment is where the PROFILE.DAT file is generated in
  1182.         : response to menu selections...
  1183.  
  1184. make_profile:
  1185.         set s0 ""       :initial variable to NULL
  1186.         purgek; kill; pv0; create -y profile.dat   :clear buffer/write profile
  1187.  
  1188.         : Since PROFILE.DAT doesn't exist now, the next code actually writes a
  1189.         : new file (using the echof) called PROFILE.DAT storing your defaults.
  1190.         : What is really happening here is YAM is generating its own script
  1191.         : file that will contain changed configuration information for future
  1192.         : use.  Remember when you use this technique you must have a space or
  1193.         : TAB echoed before every command line so it doesn't write the target
  1194.         : file line in column 1.
  1195.  
  1196.         echof "::                  >>> DON'T DELETE THIS FILE <<<"
  1197.         echof "::                           PROFILE.DAT\n"
  1198.         echof "::  This file contains important setup information used by YAM/ZCOMM "
  1199.         echof "::  and was completely generated by PHOMAST.T file from menu choices!"
  1200.         echof "::  You can edit this file directly or from YAM/ZCOMM; hit Shift-F6"
  1201.         echof "::  to call up configuration menus and have the computer do the work.\n"
  1202.         echof "::  You can change Color default here or in the main PHOMAST.T script"
  1203.         echof "::  but remember ANY changes made here will be changed with Shift-F6."
  1204.         echof "::  To see possible colors enter the command 'gosub color' prompt."
  1205.         echof "\n::  Note: If there is NO port command below, default is 'COM1' \n"
  1206.  
  1207.         :: Note that 'lput' is local echo where 'echof' will write to open file
  1208.         :: Remember that 'lput' doesn't put a hard return at the end of lines.
  1209.         :: Below the \E[xxm just add color to the letters 'COLOR'
  1210.  
  1211.         pn15; cls; lput "\E[m\n\n\n\t\t    Are you using a \E[1m\E[33mC\E[32mO\E[34mL\E[35mO\E[36mR\E[m monitor (y/N)? "
  1212.         if !y echof "    pn15 pr127 pu15 ps112 p*112 p@15   :default monochrome..."; goto mono
  1213.  
  1214.         echof "    if dc pn1055 pr26 pu26 ps26 p*26 p@30    :setup default colors"
  1215.         if dc pn1055 pr26 pu26 ps26 p*26 p@30        :setup colors locally
  1216.  
  1217. :: <*>  -------------------- Optional DISPLAY COLORS Setup -------------------
  1218.  
  1219.         ::  If you don't like the default colors just pick one of the color
  1220.         ::  options below and put one copy inside the quotes of the 'echof'
  1221.         ::  above and another copy just below it (e.g. modify the two lines
  1222.         ::  of code above this comment...)
  1223.         ::
  1224.         ::  if dc means -- If Display Color... and the settings are:
  1225.         ::  n=text, r=reverse, u=underline, s=status line, *=message,
  1226.         ::  @=file indicator (normally blinking i.e. files open)
  1227.         ::  For example: 2=green, 3=blue, 10=bright green etc...
  1228.         ::  By adding 1024 to any number you will get blinking suppression.
  1229.         ::  To see all the possible colors enter the command 'gosub color'
  1230.         ::  at the YAM/ZCOMM prompt...
  1231.  
  1232.         :: pn15 pr127 pu15 ps112 p*112 p@15       :default monochrome string
  1233.         :: pn7  pr7 pu15 ps7  p*112 p@15        :Alternate monochrome setting
  1234.  
  1235.         :: if dc pn1055 pr31 pu26 ps26 p*26 p@30 :default color string
  1236.         :: if dc pn3  pr10 pu10 ps14 p*10 p@10   :works well with RGB
  1237.         :: if dc pn3  pr30 pu15 ps14 p*12 p@79   :color alternate 1
  1238.         :: if dc pn2  pr10 pu6  ps3  p*3  p@3    :color alternate 2
  1239.         :: if dc pn2  pr30 pu15 ps3  p*3  p@79   :color alternate 3
  1240.         :: if dc pn3  pr30 pu15 ps2  p*12 p@79   :Pearson's choice
  1241.         :: if dc pn31 pr30 pu15 ps14 p*15 p@79   :Willoughby's choice
  1242.         :: if dc pn1055 pr26 pu26 ps23 p*26 p@28 :My favorite...
  1243.  
  1244. ::      ----------------------------------------------------------------------
  1245.  
  1246.         cls; lput "\n\n\n\t    Is snow a problem with your monitor (e.g. CGA) (y/N)? "
  1247.         if y echof "    display nowarpdrive       :Turn off high speed display"; goto mono
  1248.         display warpdrive   :turn on high speed display locally
  1249.         echof "    display warpdrive         :Turn ON highspeed display (no snow checking)"
  1250.  
  1251.  
  1252. mono:   cls; lput "\r\n\t\t>>> PULSE / TONE Dial Configuration Menu <<<\r\n\n"
  1253.         lput "\t\t   Your current modem dial string is: %mprefix\r\n"
  1254.         lput "\t\t   (If 'M' above Manual dial selected...)\r\n\n"
  1255.         lput "\t\t    1. Set modem to dial TONE type phone.\r\n"
  1256.         lput "\t\t    2. Set modem to dial PULSE type phone.\r\n"
  1257.         lput "\t\t    3. Dial the number using an EXTERNAL phone.\r\n"
  1258.         lput "\t\t    4. Quit -- Don't change a thing...\r\n\n"
  1259.  
  1260.         acceptl1 s9 "\t\t    Choose one of the above: "  :store ans in s9
  1261.  
  1262.         if "Js9,1234" goto ok   :check for correct input...
  1263.         display nobell=visual
  1264.         lput "\E[24f\7\t\t      You MUST choose between 1 and 4"; sleep 15
  1265.         :: display bell=visual
  1266.         goback mono
  1267.  
  1268. ok:     if is9,3 echof "    sets mprefix M          :setup for MANUAL dial" ; goto pdone :setup for MANUAL dial
  1269.         if is9,4 echof "    sets mprefix %mprefix"; goto pdone :leave unchanged
  1270.         lput "\r\n Excluding long distance service do you need a special dialing prefix (y/N)? "
  1271.  
  1272.         if !y goto pdone
  1273.         accept s0 "\r\n\t\t    Enter the prefix number now: "
  1274.         if %s0<1 set s0 "" ; goto pdone  :Null was entered for prefix number...
  1275.         sets s0 %s0,           :appends a comma after the dial prefix...
  1276.  
  1277.         : Remember you must put a tab/space in echo so it produces a legal
  1278.         : line of code in the PROFILE.DAT file, since without a space or
  1279.         : TAB it would just be a label.  Notice the extra spacing after echof.
  1280.  
  1281. pdone:  if is9,1 echof "    sets mprefix ATDT%s0         :setup for TONE dial" ; goto ok
  1282.         if is9,2 echof "    sets mprefix ATDP%s0         :setup for PULSE dial"; goto ok
  1283.  
  1284.         : The next section of code actually looks at the specific hardware
  1285.         : configuration.  This test will work for the 90% of you that have
  1286.         : COM1 or COM2 active attached to a modem that accepts the HAYES
  1287.         : command set.  What happens is the ATtention command is sent to
  1288.         : each port looking for a response.  If one is found (e.g. the modem
  1289.         : answers 'OK') that port is defined as active.  Once hot port is found
  1290.         : a line is added to PROFILE.DAT which activates that port...  This
  1291.         : is particularly interesting since I know of no comm program that does
  1292.         : auto port configuration...
  1293.  
  1294. ok:     write; close        : Before PORT testing turn off file recording
  1295.  
  1296.         lput "\r\n      If external MODEM, make sure it's ON for testing, then HIT ANY KEY. "
  1297.         : Below will wait for keystroke hit, then it echoes 'working'
  1298.         ife y ;  lput "      ...working"   :special construct to wait for any keyhit...
  1299.         display inhibit     : Turn off echo to screen (avoids the AT and OK)
  1300.  
  1301.         sp 1200             : Initially set up speed at 1200 baud for testing
  1302.         pat 9 K\r\n         : Check for OK from modem indicating port match...
  1303.         port 1              : Try COM1 first
  1304.         put "AT\r"; wait -f3              : AT command and wait 3 sec for OK
  1305.         if 9 set s0 1 ; goto pset         : If PORT 1 set s0=1 to indicate COM1
  1306.         port 2              : Try COM2 now that COM1 has failed
  1307.         put "AT\r"; wait -f3              : AT command and wait 3 sec for OK
  1308.         if 9 set s0 2 ; goto pset         : If PORT 2 set s0=2 to indicate COM2
  1309.         display noinhibit   : Turn local echo back on
  1310.  
  1311.         : If it wasn't PORT 1 or 2 goto ask user what port to use...
  1312.  
  1313.         lput "\r\n\t    Testing hardware I was unable to find an ACTIVE modem..."
  1314.         acceptl1 s0 "\r\n\t    Enter COM port number modem connected to (normally 1): "
  1315.         display nobell=visual
  1316.         if %s0<1 lput "\7\t                    Port 1 assumed...\r\n"; set s0 1
  1317.         :: display bell=visual
  1318.  
  1319. pset:   display noinhibit   : Turn local echo back on
  1320.         purgek; kill; pv0; create -+ profile.dat   :restart code recording
  1321.         lput  "\r\n\t\t\t Now configured for COM%s0\r\n\n"
  1322.         echof "    port %s0                    :setup computer COM port number"
  1323.         lput "\t\t\t Hit Any Key to continue..."
  1324.         ife y  ;        :basically a no-op wait for keystroke (nul else nul)
  1325.  
  1326.         cls; set s0 "1"        :default long distance service as '1' service
  1327.         lput "\r\n\n\t Do you want to add a long distance service so you can utilize"
  1328.         lput "\r\n\t the syntax \45l,213-555-1212 to add MCI or SPRINT service to the"
  1329.         lput "\r\n\t to your call [Return will default to '1' prefix] (y/N)? "
  1330.         if y accept s0 "\r\n\t Enter your carrier number (3) COMMAs then account: "
  1331.         if %s0<1 echo "\t\t   >>>  Service \"1\" assumed <<<" ; set s0 "1"
  1332.         echof "    set l %s0        :setup long distance service variable \45l"
  1333.  
  1334.         :  >>> Notice that setting UPPER CASE variables is only allowed in YAM.
  1335.         :  ZCOMM doesn't allow upper case variables.  This means if a user
  1336.         :  enters %L, for dialing prefix it there is no way to define it to
  1337.         :  prevent an error...  ZCOMM users can only use %l.
  1338.  
  1339.         : echof "    set L %s0        :setup long distance service variable \45L"
  1340.  
  1341.         lput "\r\n\n\t Enter a name you want defined to Alt-F7 to use as a short cut"
  1342.         accept s9 "\t for signing your name to a message: "
  1343.         if %s9<1 set s9 "<Not defined -  Hit Shift-F6 once off line>"
  1344.         sets m "\42%s9\42"         :add the quotes to the string...to %m
  1345.  
  1346.         : Note ProYAM users could have used a variable call 'name' here and
  1347.         : retrieved it with %name; but ZCOMM is more restrictive.  It does
  1348.         : not allow variable names, so I used 'm' here (normally 'm' is the
  1349.         : second Long Distance Service).  It's much more flexible to use
  1350.         : 'name' since the %name variable makes more sense -=- Oh' well,
  1351.         : just a minor limitation in the shareware ZCOMM...
  1352.  
  1353.         echof "    set m %m   :name stored in '\45m'"
  1354.  
  1355.         echof "\n::\t\t     -- End of Setup Information --\n"
  1356.  
  1357.         lput "\n\t Storing your new configuration in file named: PROFILE.DAT\r\n"
  1358.         write; close    : Code generation complete, close the PROFILE.DAT file
  1359.  
  1360.         lput "\t  Configuration complete -=- All variables now defined..."
  1361.         lput "\E[20f\t\tHit Any Key to continue and view new PROFILE.DAT"
  1362.         ife y  ;         :basically a no-op wait for keystroke (nul else nul)
  1363.         cls; type profile.dat
  1364.         lput "\t\t\tHit Any Key to continue..."
  1365.         ife y  ;         :basically a no-op wait for keystroke (nul else nul)
  1366.         cls; goto setup  :Force new PROFILE.DAT to be activated.
  1367.  
  1368. ::----------------------- End of Auto Configuration Code --------------------::
  1369.  
  1370. ::                -------------------------------------------
  1371. ::           --- For Fancy TOP LINE Menu using ANSI Graphics ---
  1372. ::                -------------------------------------------
  1373.  
  1374. ::  Special thanks to Michael Pearson and Ron Ottinger for ANSI menus concept...
  1375.  
  1376. ::      Notice the ANSI color setup using 'echo' or 'lput' is not simple. Shown
  1377. ::      here the \E[44;36m sets up light blue letters on dark blue background.
  1378. ::      To change to yellow on red for example just search and replace \E[44;36m
  1379. ::      with \E[33;41m  --  Notice in this example I change pn (normal color)
  1380. ::      to pn15 to make bright white.  To change back at end of each sequence
  1381. ::      I moved it back to pn3 (blue).  Be sure to change this to whatever
  1382. ::      normal color you want...  This code is completely OPTIONAL and just for
  1383. ::      fun!
  1384.  
  1385. fkeys                                            ::func keys menu
  1386.         pn15                                     ::make normal color WHITE
  1387.         lput "\E[s"                              ::save cursor position
  1388.         lput "\E[1;1f"                           ::move cursor to menu line
  1389.         lput " 1\E[37;44mExit B\E[0;m 2\E[37;44mEnterB\E[0;m 3\E[37;44mO Capt\E[0;m 4\E[37;44mSascii\E[0;m"   ::the menu
  1390.         lput " 5\E[37;44mSKermt\E[0;m 6\E[37;44mSZmodm\E[0;m 7\E[37;44mRec CX\E[0;m 8\E[37;44mSCxmod\E[0;m"   ::the menu
  1391.         lput " 9\E[37;44mA KEYS\E[0;m 0\E[37;44m>HELP<\E[0;m"
  1392.         lput "\E[u"                              ::restore cursor position
  1393.         set f9 "@gosub altkeys"                  ::f9 calls ctrl f keys next
  1394.         pn3                                      ::change normal color to blue
  1395.     return
  1396.  
  1397. altkeys                                          ::alt-func keys menu
  1398.         pn15                                     ::make normal color WHITE
  1399.         lput "\E[s"                              ::save cursor position
  1400.         lput "\E[1;1f"                           ::move cursor to menu line
  1401.         lput "a1\E[37;44mB&F-24\E[0;ma2\E[37;44mGurd12\E[0;ma3\E[37;44mCloseC\E[0;ma4\E[37;44mCISdem\E[0;m"   ::the menu
  1402.         lput "a5\E[37;44mPC Mag\E[0;ma6\E[37;44m-HOST-\E[0;ma7\E[37;44msignat\E[0;ma8\E[37;44m      \E[0;m"   ::the menu
  1403.         lput "a9\E[37;44mEdPhon\E[0;ma0\E[37;44m      \E[0;m"
  1404.         lput "\E[u"                              :: restore cursor position
  1405.         set f9 "@gosub shiftkeys"                :: f9 calls no keys next
  1406.         pn3                                      ::change normal color to blue
  1407.     return
  1408.  
  1409. shiftkeys                                        ::shift-func keys menu
  1410.         pn15                                     ::make normal color WHITE
  1411.         lput "\E[s"                              ::save cursor position
  1412.         lput "\E[1;1f"                           ::move cursor to menu line
  1413.         lput "s1\E[37;44m      \E[0;ms2\E[37;44m      \E[0;ms3\E[37;44mHoldOL\E[0;ms4\E[37;44mTLearn\E[0;m"   ::the menu
  1414.         lput "s5\E[37;44mSearch\E[0;ms6\E[37;44mConfig\E[0;ms7\E[37;44m      \E[0;ms8\E[37;44m      \E[0;m"   ::the menu
  1415.         lput "s9\E[37;44mC KEYS\E[0;ms0\E[37;44m      \E[0;m"
  1416.         lput "\E[u"                              :: restore cursor position
  1417.         set f9 "@gosub ctrlkeys"                 :: f9 calls alt f keys next
  1418.         pn3                                      ::change normal color to blue
  1419.     return
  1420.  
  1421. ctrlkeys                                         ::ctrl-func keys menu
  1422.         pn15                                     ::make normal color WHITE
  1423.         lput "\E[s"                              ::save cursor position
  1424.         lput "\E[1;1f"                           ::move cursor to menu line
  1425.         lput "c1\E[37;44m     1\E[0;mc2\E[37;44m     2\E[0;mc3\E[37;44m      \E[0;mc4\E[37;44m      \E[0;m"   ::the menu
  1426.         lput "c5\E[37;44m      \E[0;mc6\E[37;44m      \E[0;mc7\E[37;44m      \E[0;mc8\E[37;44m      \E[0;m"   ::the menu
  1427.         lput "c9\E[37;44mOFF   \E[0;mc0\E[37;44m      \E[0;m"
  1428.         lput "\E[u"                              :: restore cursor position
  1429.         set f9 "@gosub nokeys"                   :: f9 calls shift keys next
  1430.         pn3                                      ::change normal color to blue
  1431.     return
  1432.  
  1433.  
  1434. nokeys:                                           :: restore status line
  1435.         cls; lput "\E[s"                          :: save cursor position
  1436.         lput "\E[1;1f"                            :: move cursor to menu line
  1437.         lput "                                                                                "
  1438.                                                   :: erase to end of line
  1439.         display nostat                            :: restore status line
  1440.         lput "\E[u"                               :: restore cursor position
  1441.         set f9 "@gosub fkeys"                     :: f9 calls f keys next
  1442.     return
  1443.  
  1444. :: This code demonstrated one way of displaying a HELP MENU using ANSI codes.
  1445. ::
  1446. :: What it does: (by pressing F9)
  1447. ::
  1448. ::    1.  Saves the current cursor position
  1449. ::    2.  Moves cursor to top of screen
  1450. ::    3.  Displays a FUNCTION KEY help menu.
  1451. ::    4.  Puts the cursor back to its original position
  1452. ::    5.  Sets F9 to the next FUNCTION KEY menu in the rotation.
  1453.  
  1454. ::-------------------------- End of ANSI Menu Demo ------------------------::
  1455.  
  1456.  
  1457.     ::  I would like to personally thank Bob Willoughby for the tireless
  1458.     ::  hours he spent proof reading both PHOMAST.T and the supporting
  1459.     ::  document files for this effort.  This release is just over 3000
  1460.     ::  lines went through multiple revisions as I found better and
  1461.     ::  better ways to make both YAM and ZCOMM easier for the user.  Bob
  1462.     ::  was there the whole way finding spelling errors and pointing out
  1463.     ::  areas that needed more explanation.  I owe him lots for sticking
  1464.     ::  with this effort.    Thank you Bob!
  1465.  
  1466.  
  1467. ::---------------------------------------------------------------------------::
  1468.